
/* Hide Megamenu triangle */
nav ul.navigation li::before {
    display: none !important;
    border: none !important;
    border-width: 0 !important;
}

/* Search box fill space */
.twitter-typeahead {
    flex:1;
}